home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / add123 / prlmain.dfm / prlmain.txt
Encoding:
Text File  |  1996-09-15  |  2.8 KB  |  166 lines

  1. object FPrl: TFPrl
  2.   Left = 222
  3.   Top = 100
  4.   Width = 331
  5.   Height = 400
  6.   Caption = 'FPrl'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 14
  16.     Top = 126
  17.     Width = 19
  18.     Height = 13
  19.     Caption = 'Col'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 78
  23.     Top = 126
  24.     Width = 26
  25.     Height = 13
  26.     Caption = 'Row'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 16
  30.     Top = 4
  31.     Width = 143
  32.     Height = 13
  33.     Caption = 'File Name (No extension)'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 12
  37.     Top = 80
  38.     Width = 33
  39.     Height = 13
  40.     Caption = 'Value'
  41.   end
  42.   object Bevel1: TBevel
  43.     Left = 4
  44.     Top = 60
  45.     Width = 309
  46.     Height = 5
  47.     Shape = bsBottomLine
  48.     Style = bsRaised
  49.   end
  50.   object Bevel2: TBevel
  51.     Left = 8
  52.     Top = 320
  53.     Width = 309
  54.     Height = 5
  55.     Shape = bsBottomLine
  56.     Style = bsRaised
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 14
  60.     Top = 20
  61.     Width = 193
  62.     Height = 20
  63.     TabOrder = 0
  64.     Text = 'Edit1'
  65.   end
  66.   object Button1: TButton
  67.     Left = 212
  68.     Top = 2
  69.     Width = 81
  70.     Height = 27
  71.     Caption = 'Open File'
  72.     TabOrder = 1
  73.     OnClick = Button1Click
  74.   end
  75.   object Edit2: TEdit
  76.     Left = 12
  77.     Top = 96
  78.     Width = 121
  79.     Height = 20
  80.     TabOrder = 2
  81.     Text = 'Edit2'
  82.   end
  83.   object RGTipo: TRadioGroup
  84.     Left = 138
  85.     Top = 76
  86.     Width = 143
  87.     Height = 125
  88.     Caption = 'Type'
  89.     ItemIndex = 0
  90.     Items.Strings = (
  91.       'Integer'
  92.       'Real'
  93.       'String Left'
  94.       'String Right'
  95.       'String Center'
  96.       'Formula')
  97.     TabOrder = 3
  98.   end
  99.   object Button2: TButton
  100.     Left = 28
  101.     Top = 176
  102.     Width = 73
  103.     Height = 25
  104.     Caption = 'Add'
  105.     TabOrder = 4
  106.     OnClick = Button2Click
  107.   end
  108.   object Edit3: TEdit
  109.     Left = 14
  110.     Top = 142
  111.     Width = 57
  112.     Height = 20
  113.     TabOrder = 5
  114.     Text = 'Edit3'
  115.   end
  116.   object Edit4: TEdit
  117.     Left = 78
  118.     Top = 142
  119.     Width = 51
  120.     Height = 20
  121.     TabOrder = 6
  122.     Text = 'Edit4'
  123.   end
  124.   object Button3: TButton
  125.     Left = 212
  126.     Top = 32
  127.     Width = 81
  128.     Height = 29
  129.     Caption = 'Close File'
  130.     TabOrder = 7
  131.     OnClick = Button3Click
  132.   end
  133.   object BitBtn1: TBitBtn
  134.     Left = 232
  135.     Top = 336
  136.     Width = 89
  137.     Height = 33
  138.     TabOrder = 8
  139.     OnClick = BitBtn1Click
  140.     Kind = bkOK
  141.   end
  142.   object Memo1: TMemo
  143.     Left = 4
  144.     Top = 204
  145.     Width = 309
  146.     Height = 113
  147.     Enabled = False
  148.     Font.Color = clBlack
  149.     Font.Height = -11
  150.     Font.Name = 'Courier New'
  151.     Font.Style = []
  152.     Lines.Strings = (
  153.       'Remember :'
  154.       ' 1) Open the File'
  155.       ' 2) Add what you want.. where you want'
  156.       ' 3) Close then File'
  157.       ''
  158.       '  Col= 0,1,2 .-> A,B,C..'
  159.       '  Row= 0,1,2 .-> 1,2,3..'
  160.       '')
  161.     ParentFont = False
  162.     ReadOnly = True
  163.     TabOrder = 9
  164.   end
  165. end
  166.